PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedBlock Class / setStructureElement Method
The com.o2sol.pdf4java.logicalstructure.PDFStructureElement object associated with this block.
In This Topic
    setStructureElement Method
    In This Topic
    Sets the structure element.
    Syntax
    public void setStructureElement( 
       PDFStructureElement value
    )

    Parameters

    value
    The com.o2sol.pdf4java.logicalstructure.PDFStructureElement object associated with this block.
    See Also